home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / BREAKOUT.EXE / scripts / frame_2 / PlaceObject2_24_8 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2000-08-17  |  87 b   |  5 lines

  1. onClipEvent(load){
  2.    this._x = random(221) + 80;
  3.    this._y = random(101) + 50;
  4. }
  5.